<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Plugin CSS*/
.str_wrap {
    overflow:hidden;
//zoom:1;
    width:100%;
    font-size:12px;
    line-height:16px;
    position:relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    /*background:#fff;*/
    white-space:nowrap;
}

.str_wrap.str_active {
    background:transparent;
}
.str_move {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    cursor:move;
}
.str_move&gt;div{
    float: left;
}
.str_move_clone {
    display:inline-block;
//display:inline;
//zoom:1;
    vertical-align:middle;
    position:absolute;
    left:100%;
    top:0;
}
.str_vertical .str_move_clone {
    left:0;
    top:100%;
}
.str_down .str_move_clone {
    left:0;
    bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
    white-space:normal;
    width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
    cursor:inherit;
}
.str_wrap img {
    max-width:none !important;
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
    box-shadow: 0 3px 3px 2px #E5E5E5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.str_wrap img:hover{
    box-shadow: 0 2px 6px 2px #acacb4;
}
.dowebok { width: 1200px;  font-size: 0;  }
.dowebok img { vertical-align: top;
    width: 370px;
    height: 274px; }
.phone_kf{
    position: fixed;
    width: 160px;
    height: 387px;
    right: -125px;
    top: 280px;
    background: url("../img/connect_phone.png") no-repeat;
    border-top-left-radius: 22px;
    -webkit-transition: all .5s ;
    -moz-transition: all .5s ;
    -ms-transition: all .5s ;
    -o-transition: all .5s ;
    transition: all .5s ;

}/*/!*Plugin CSS*!/*/
/*.str_wrap {*/
	/*overflow:hidden;*/
	/*//zoom:1;*/
	/*width:100%;*/
	/*font-size:12px;*/
	/*line-height:16px;*/
	/*position:relative;*/
	/*-moz-user-select: none;*/
	/*-khtml-user-select: none;*/
	/*user-select: none;*/
	/*/!*background:#fff;*!/*/
	/*white-space:nowrap;*/
/*}*/

    /**/
/*.str_move {*/
	/*white-space:nowrap;*/
	/*position:absolute;*/
	/*top:0;*/
	/*left:0;*/
	/*cursor:move;*/
/*}*/
/*.str_move&gt;div{*/
	/*float: left;*/
/*}*/
/*.str_move_clone {*/
	/*display:inline-block;*/
	/*//display:inline;*/
	/*//zoom:1;*/
	/*vertical-align:middle;*/
	/*position:absolute;*/
	/*left:100%;*/
	/*top:0;*/
/*}*/
/*.str_vertical .str_move_clone {*/
	/*left:0;*/
	/*top:100%;*/
/*}*/
/*.str_down .str_move_clone {*/
	/*left:0;*/
	/*bottom:100%;*/
/*}*/
/*.str_vertical .str_move,*/
/*.str_down .str_move {*/
	/*white-space:normal;*/
	/*width:100%;*/
/*}*/
/*.str_static .str_move,*/
/*.no_drag .str_move,*/
/*.noStop .str_move{*/
	/*cursor:inherit;*/
/*}*/
/*.str_wrap img {*/
	/*max-width:none !important;*/
	/*margin-top: 10px;*/
	/*margin-bottom: 10px;*/
	/*box-shadow: 0 3px 3px 2px #E5E5E5;*/
	/*-webkit-transition: all .3s;*/
	/*-moz-transition: all .3s;*/
	/*-ms-transition: all .3s;*/
	/*-o-transition: all .3s;*/
	/*transition: all .3s;*/
	/*cursor: pointer;*/
/*}*/
/*.str_wrap img:hover{*/
	/*box-shadow: 0 2px 6px 2px #acacb4;*/
/*}*/
/*.dowebok { width: 1200px;  font-size: 0;  }*/
/*.dowebok img {  vertical-align: top;*/
	/*width: 370px;*/
	/*height: 274px; }*/
#marquee2{width:1200px;height:420px;overflow:hidden;
    margin: 0 auto;}
#marquee2 ul li{
    float:left;
    line-height:25px;
}
#marquee2 ul li a{
    -webkit-transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s ;
}
#marquee2 ul li:hover a{
    box-shadow:0 0 15px 2px #B2B2B2;
}</pre></body></html>